GrafanaClient datetime This function connects to the Grafana API to query the number of users in the specified organization ID within the past day. The type of code 2024-12-16 12:10:40 4 views
Grafana GrafanaDashboard This function randomly generates a Grafana dashboard containing a panel of a randomly chosen type (graph, pie chart, bar chart, or text). Grafana Dashboard 2024-12-16 12:03:12 3 views
Grafana GrafanaClient This function creates a random gauge panel within a Grafana dashboard, which includes a new gauge with specified title, theme, and gauge type. Grafana custom function 2024-12-16 12:02:39 4 views
Grafana GrafanaClient This function fetches data from Grafana's data source and generates a random string based on the panel ID. Grafana API interaction 2024-12-16 11:57:37 5 views
GrafanaClient This function randomly selects and returns a metric from a specified Grafana dashboard and panel. Python Function 2024-12-16 11:47:51 8 views
Grafana GrafanaClient This function generates a random metric from a Grafana data source using the Grafana API. It first creates a Grafana client instance, then retrieves all data sources, randomly selects one, builds a query to get metrics from the selected data source, and finally executes the query and returns the response. Grafana API call 2024-12-16 11:38:10 4 views
GrafanaClient This custom function randomly selects a library and function from Grafana's Python library and creates a sample function using the selected function from the GrafanaClient library. Custom function 2024-12-16 11:31:11 3 views
Grafana GrafanaClient This function creates a custom Grafana dashboard from provided JSON data, which includes a timeseries panel. It uses the Grafana third-party Python library to achieve this. Python Function 2024-12-16 11:28:47 3 views
GrafanaClient GrafanaException This function uses the Grafana Python client library to query dashboards on a Grafana server. It takes two parameters: a data source and a query string. The function returns a list of queried dashboards or an error message. Grafana API interaction 2024-12-16 11:27:25 3 views
Grafana Python This function uses the Grafana Python client library to create a chart that displays the input data. The function accepts a title and data as parameters, and then creates a Grafana dashboard containing a chart that uses the input data. Python Function 2024-12-07 16:01:36 4 views